home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMPOP / TFRMPOP.txt < prev   
Text File  |  1998-06-25  |  813b  |  45 lines

  1. object FrmPop: TFrmPop
  2.   Left = 206
  3.   Top = 202
  4.   ActiveControl = BtnOk
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Alarm'
  8.   ClientHeight = 116
  9.   ClientWidth = 299
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TxtPop: TLabel
  20.     Left = 56
  21.     Top = 8
  22.     Width = 225
  23.     Height = 53
  24.     AutoSize = False
  25.     Caption = '...'
  26.   end
  27.   object Image1: TImage
  28.     Left = 8
  29.     Top = 8
  30.     Width = 41
  31.     Height = 49
  32.     Picture.Data = {<image000.ico>}
  33.   end
  34.   object BtnOk: TBitBtn
  35.     Left = 112
  36.     Top = 80
  37.     Width = 89
  38.     Height = 25
  39.     HelpContext = 9999
  40.     TabOrder = 0
  41.     OnClick = BtnOkClick
  42.     Kind = bkOK
  43.   end
  44. end
  45.